home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / admin / xinetd.2 / xinetd / xinetd.2.1.7-linux.4 / TODO < prev   
Encoding:
Text File  |  1996-01-24  |  988 b   |  22 lines

  1. $Id: TODO,v 1.6 1996/01/24 19:26:30 chuck Exp $
  2.  
  3. Things to work on for the new ports:
  4.  
  5. 1) Add shutdown functions for services as needed.
  6.  
  7. 2) FTP has been observed to cause a segmentation fault under Linux during
  8.     SATAN scans. This happens when the FTP server forks/sec limit is
  9.     reached. This does not cause insecure or unstable behavior; it only
  10.     causes the child xinetd process to abort. Cause is Linux' lack of
  11.     support for struct sigcontext and friends.
  12.  
  13. 3) The current release of xinetd-2.1.7 logs a warning to the syslog 
  14.     LOG_WARNING facility if a logfile is found to be a symlink. Please be
  15.     aware that, in general, you are in serious trouble if your xinetd logs
  16.     get changed to symlinks, as root permission is usually required to do
  17.     this. To monitor runtime state changes to the logfiles, a separate
  18.     daemon would be a better answer than added code in xinetd which can
  19.     impact performance on heavily loaded systems.
  20.  
  21.     For now, the safe bet is to log to syslog (see README.SBC).
  22.